home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Conference & Expo 2005 / Macworld Conference and Expo - Documentation CD-ROM (2004).iso / mac / Adobe Reader 6.0 / Adobe Reader 6.0.app / Contents / Resources / Adobe Reader.rsrc / EXVW_10003_admGotoPages < prev    next >
Text File  |  2004-01-30  |  314b  |  13 lines

  1. dialog(name: '$$$/Dialogs/GoToPage', target_id: 'Page')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_row)
  6.         {
  7.             static_text(name: '$$$/Dialogs/GoToPage/Page');
  8.             edit_text(item_id: 'Page', width: max_char_width() * 6);
  9.             static_text(item_id: 'NumP', name: '$$$/Dialogs/GoToPage/NumPages');
  10.         }
  11.         ok_cancel();
  12.     }
  13. }